Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new workflow to GitHub Actions for creating the test build of Custom GitHub actions #92

Merged
merged 4 commits into from
Nov 28, 2023

Conversation

eason9487
Copy link
Member

@eason9487 eason9487 commented Nov 24, 2023

Changes proposed in this Pull Request:

In the past, it was often necessary to use the Testing release way to create a prerelease to test a custom action. However, it's not so convenient for testing and requires creating and deleting prerelease and versioning tag.

To simplify the test, this PR adds a new workflow to GitHub Actions of this repo for creating the test build of Custom GitHub actions.

Screenshots:

image

Detailed test instructions:

💡 Since it's unable to actually test this PR before merging it into trunk, I verified its results in my forked repo and the eason9487@bebee50 commit.

  1. View the workflow run to observe the creation of a test build based on trunk: https://github.com/eason9487/grow/actions/runs/6979381452
  2. View the workflow run to observe the processing of testing the release process with a prerelease: https://github.com/eason9487/grow/actions/runs/6979399768
  3. Read the Create a test build section in README to determine if it's clear and easy to understand.
  4. Read the updated Testing the release process section to determine if it can tell a different use than the Create a test build section.

@eason9487 eason9487 requested a review from a team November 24, 2023 11:03
@eason9487 eason9487 self-assigned this Nov 24, 2023
@tomalec tomalec self-requested a review November 24, 2023 14:36
Copy link
Member

@tomalec tomalec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the code, and inspected the build runs on the fork repo. LGTM. Thanks :) I'm excited to use the new flow :)

@eason9487 eason9487 merged commit 09022c7 into trunk Nov 28, 2023
1 check passed
@eason9487 eason9487 deleted the dev/actions-create-test-build branch November 28, 2023 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants